Bentley Map V8i (SELECTseries 10) Help

PLACE { ELLIPSE | CIRCLE } r1 [,r2] [cx cy]

Places an ellipse or circle with the center at the specified coordinate cx,cy. Specify at least the r1 (horizontal radius). Also specify r2, separate r1 and r2 by a comma.

Example: PLACE ELLIPSE 10,15 100 100 This example places an ellipse at the coordinate 100,100. If the secondary radius r2 is not specified, it will be set equal to r1, and a circle is created. If both r1 and r2 are specified and are not equal, the result will be an ellipse. If the cx,cy coordinates are not specified, the origin of the original element will be used.